←Select platform

FindSeries(string,string,List<SeriesInfo>) Method

Summary

Finds all series that match the specified search criteria.

Syntax
C#
C++/CLI
public ControllerReturnCode FindSeries( 
   string patientId, 
   string studyInstanceUid, 
   List<SeriesInfo> series 
) 
public:  
   ControllerReturnCode^ FindSeries( 
      String^ patientId, 
      String^ studyInstanceUid, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::SeriesInfo^>^ series 
   ) 

Parameters

patientId

The patient's ID for which to search.

studyInstanceUid

The UID for the Study Instance.

series

List of SeriesInfo objects that will be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.